.site-aside-right{box-sizing: border-box;
    width: 90px;
    height: 523px;
    background: url(https://www.sh-lami.com/xsyimage/aside_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    right: 19px;
    bottom: 340px;
    z-index: 999;
    padding-top: 110px;}
    
 .site-aside-right .ie{  
       _position: absolute; 
       _clear: both;  
       _top:expression(eval(document.compatMode &amp;&amp;  
               document.compatMode=='CSS1Compat') ?  
               documentElement.scrollTop  
               +(documentElement.clientHeight-this.clientHeight) - 1  
               : document.body.scrollTop  
               +(document.body.clientHeight-this.clientHeight) - 1);
}    
.site-aside-right li{
	position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    cursor: pointer;
        top: 10px;
}
.site-aside-right .icon-wrap{
	text-align: center;
}

.site-aside-right .icon-wrap img {
    width: 40px;
    height: 40px;
}
.site-aside-right .title{
	display: block;
    font-size: 13px;
    color: #474747;
    text-align: center;
    line-height: 24px;
}

.site-aside-right .hot-tip{
	width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #e40909;
    color: #fff;
    position: absolute;
    right: 20px;
    top: -3px;
    line-height: 21px;
    font-size: 12px;
    text-align: center;
    z-index: 10;
    transform: scale(0.7);
}

